From 3ae438d2b6bafccc496f35c2356efadd8fbbd128 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 16 Feb 2017 13:17:30 +0300 Subject: [PATCH] Allow to run several integration tests --- src/bin/test.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bin/test.rs b/src/bin/test.rs index 5f7f9eb8c..0dbe81f3d 100644 --- a/src/bin/test.rs +++ b/src/bin/test.rs @@ -41,10 +41,10 @@ Options: -h, --help Print this message --lib Test only this package's library --doc Test only this library's documentation - --bin NAME Test only the specified binary - --example NAME Test only the specified example - --test NAME Test only the specified integration test target - --bench NAME Test only the specified benchmark target + --bin NAME ... Test only the specified binaries + --example NAME ... Test only the specified examples + --test NAME ... Test only the specified integration test targets + --bench NAME ... Test only the specified benchmark targets --no-run Compile, but don't run tests -p SPEC, --package SPEC ... Package to run tests for --all Test all packages in the workspace -- 2.30.2